mariadb: add unconditional dependency on libaio
authorMichal Hrusecky <[email protected]>
Thu, 2 Oct 2025 07:08:42 +0000 (09:08 +0200)
committerWesley Gimenes <[email protected]>
Sun, 5 Oct 2025 14:21:17 +0000 (11:21 -0300)
MariaDB now depends on libaio even when uring is enabled.

Signed-off-by: Michal Hrusecky <[email protected]>
utils/mariadb/Makefile

index af262b48b21225c11932325081b1e0a40262f98e..967a91ddbe93b58e84baf4b5dea832436f61d364 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2021 Michal Hrusecky <[email protected]>
+# Copyright (C) 2025 Michal Hrusecky <[email protected]>
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=mariadb
 PKG_VERSION:=11.4.8
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL := https://archive.mariadb.org/$(PKG_NAME)-$(PKG_VERSION)/source
@@ -263,8 +263,8 @@ define Package/mariadb-server-base
   $(call Package/mariadb/Default)
   DEPENDS:= \
          $(MARIADB_COMMON_DEPENDS) \
-         +!KERNEL_IO_URING:libaio \
          +KERNEL_IO_URING:liburing \
+         +libaio \
          +liblzma \
          +libpcre2 \
          +resolveip \